CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - vc 加密

搜索资源列表

  1. vc-RSAnew.ra20050713

    0下载:
  2. 使用VC++开发的安全聊天程序,采用MD5和RSA加密算法,使用IOCP技术-use development of the VC Chat safety procedures, using MD5 and RSA encryption algorithm, the use of IOCP technology,
  3. 所属分类:Network Security

    • 发布日期:2017-04-03
    • 文件大小:420259
    • 提供者:有才
  1. AES

    0下载:
  2. AES加密以及解密实现,这是一个AES文件加密软件,用VC++ MFC编写,里面有详细的源代码以及加密和解密的具体实现方法。-AES encryption and decryption to achieve, this is a AES file encryption software, written using VC++ MFC, which has detailed source code and encryption and decryption of the specific impl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-09
    • 文件大小:16307947
    • 提供者:cristiano
  1. GenSerial

    0下载:
  2. 根据CPU序列号和磁盘序列号生成机器码,然后对机器码进行加密生成序列号。此序列号可用于共享软件的保护。所有的操作封装在一个类中实现。非常实用的程序。-Serial number under the CPU and disk serial number to generate machine code, and then encrypted to generate binary serial number. This serial number can be used for the protec
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:47779
    • 提供者:zhaochunhe
  1. VC++注册码加密源程序

    0下载:
  2. VC++注册码加密源程序(含注册机、解密机)-VC++ registration key encryption source code (including RI, decryption machine)
  3. 所属分类:加密解密

    • 发布日期:2017-03-23
    • 文件大小:21980
    • 提供者:周梦蝶
  1. RFID_UHF_VC

    3下载:
  2. RFID_VC++6.0源码_RFID读写 提供了RFID的开发源码,用VC编的,展示RFID卡如何加密,如何自毁。串口通讯支持RS-232(RS232),RS-485(RS485),波特率可选,RFID的天线可选,读卡频率可调。提供了控制RFID读卡功率的方法,功率从0至29可调,距离最大10米以上,该源码可用于交通、物流、运输、仓库管理、比条码技术强大。用于毕业论文答辩中,可以演示,程序看懂后,就对RFID整个工作原理较为了解。支持ISO18000和EPC_GEN2等类型的RFID卡。
  3. 所属分类:串口编程

    • 发布日期:2013-04-17
    • 文件大小:4629828
    • 提供者:红信
  1. MD5hash_bas

    0下载:
  2. 分别使用VC和VB写的MD5加密算法-MD5 encrypting algorithm which writed in VC and VB
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-13
    • 文件大小:2851
    • 提供者:darktide
  1. vc

    0下载:
  2. VC文本加密,用于加密/解密的代码,以ATL形式提供-VC text encryption for encryption/decryption code to the form of ATL
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:120977
    • 提供者:powersong
  1. RSA

    1下载:
  2. RSA算法的原理分析及实现。RSA是既能用于数据加密也能用于数字签名的一种非对称密码体制的算法。它有一对密钥,其中之一是私有密钥,由用户保存;另一个为公开密钥,可对外公开。并用VC++语言实现,通过MFC设计的一个小系统来模拟算法的简单应用-RSA algorithm and the realization of the principle. RSA is the best tool for data encryption can be used for digital signatures,
  3. 所属分类:加密解密

    • 发布日期:2013-01-30
    • 文件大小:45931
    • 提供者:dxh
  1. c02

    0下载:
  2. [demo.rar] - 增值税发票抵扣联字符识别中的图像倾斜校正方法,很有用 [2007012218032016052.rar] - 目前紧紧支持24种验证码的识别,后续版本将会慢慢加入更多可识别的格式。 [OCR.rar] - OCR光学字符识别代码,思想是背景16值变化,提供勾,圈,叉识别 [javawllt.rar] - 用JAVA编译的局域网聊天程序 v 1.0 ,此聊天程序为学习java语言而开发的 [MySoft.rar] - 一种利用硬盘序列号对
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1632486
    • 提供者:宇文龍
  1. RSAExample

    0下载:
  2. 使用OPENSSL进行 RSA加密解密例子-The use of OpenSSL for RSA encryption and decryption examples
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:10629
    • 提供者:刘耀荣
  1. DOG

    0下载:
  2. 有加密狗 加密文件软件 维护知识产权 VC++编程-VC++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:45323
    • 提供者:macco
  1. filetoolarchive

    0下载:
  2. 使用VC编写的文件操作类FileTool,主要有四个函数: //加密文件,输入参数为文件名,采用了BlowFish加密算法 BOOL EncryptFile[char * pFileName] //解密文件,输入参数为文件名 BOOL DeCryptFile[char * pFileName] //对某一目录下的文件打包,包括子目录,采用了LZARI压缩算法 BOOL Archieve[char * dir, char * arch] BOOL
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:22926
    • 提供者:wulang
  1. RSA

    0下载:
  2. VC++6 RSA加密算法 源码 供学习使用-VC++6 RSA encryption algorithm source for studying the use of
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:168142
    • 提供者:郝宝钢
  1. DESVC

    0下载:
  2. 一下完完整的DES和3DES加密和解密程序,VC下可执行验证-DES and 3DES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:164709
    • 提供者:YangHui
  1. aesCPP

    0下载:
  2. AES加密算法的c++实现,在vc或者.net环境下都可以实现。-AES encryption algorithm in c++ implementation, in the vc or. Net environment can achieve.
  3. 所属分类:.net

    • 发布日期:2017-04-06
    • 文件大小:3368
    • 提供者:owen
  1. md5

    0下载:
  2. 用VC实现md5的加密和解密。简单方便。-md5
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:2788
    • 提供者:蔡维维
  1. VC-CodeDialog

    0下载:
  2. 对文本内的字符进行加密(重编码)。(由于是早期编写的,所以代码风格不是很好,但算法是不错的)-Characters of the text is encrypted (re-encoding). (Because of early preparation, and so the code is not very good style, but the algorithm is good)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:189334
    • 提供者:zun
  1. jiami

    0下载:
  2. 使用vc++编辑的文件加密工具,被加密的文件打开后以乱码的形式出现,解密后恢复正常。-Using vc++ Edit the file encryption tool, to open the encrypted files are after the form of garbage, back to normal after decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1582282
    • 提供者:jiaojiao003
  1. rsa

    0下载:
  2. vc开发 实现rsa加密 解密算法 简洁实用 -Rsa encryption algorithm implementation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:6510
    • 提供者:linjia
  1. mir3sdfksdkfdagdafg

    1下载:
  2. 传奇3.0 (evil’s illusion Server) 韩国正式版本 vc++ 源码 GameServer VC++源代码,包括地图,脚本,人物处理,协议加密,带数据库,由于源码为商业性质的,请使用者注意其版权和不要擅自公开发布和传播源码。 WEMADE 公司于 Delphi 版本服务器端程序后,修改为 VC++ 版本。 可用VC++ 6.0 或 VC.net 编译;学习网络游戏开发的朋友又一个绝好的源码。-Legends 3.0 (evil' s
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-26
    • 文件大小:9721105
    • 提供者:
« 1 2 3 4 56 7 8 9 10 ... 38 »
搜珍网 www.dssz.com